home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wfwhlp.zip / README.TXT < prev    next >
Text File  |  1992-11-05  |  3KB  |  47 lines

  1.  
  2.   wfwhlp.zip contains basic information on constructing Windows Help
  3.          files that can be viewed in Windows by using the help
  4.          engine.  This is a basic document - not intended to
  5.          be "the" complete reference.  Windows programmers can
  6.          call a .hlp file from within their program to provide
  7.          the user with instructions, tips, and references when
  8.          running the program.
  9.            Help files can also be useful to keep notes or reminders
  10.          in without having to write a Windows program.
  11.  
  12.      The main file of interest is wfwhlp.hlp which is a Windows
  13.      Help file containing the notes.  Start Windows and either select
  14.      "Help" from the file menu then "Open" wfwhlp.hlp OR select "Run"
  15.      from the "File" menu and run wfwhlp.hlp to view the help file.
  16.  
  17.      The intent was to provide basic instruction in how to create
  18.      Windows Help files using ONLY Word for Windows, the Microsoft
  19.      help compiler (hc31.exe), and perhaps Windows' Paintbrush.
  20.      The remaining files can be used as further examples.
  21.  
  22. Abstract:  When I first began "messing" with writing windows programs,
  23.        I wanted to add help files but didn't because looking at the
  24.        documentation was overwhelming.  It looked as though you would
  25.        have to learn another language just to create a simple help
  26.        file.  The Microsoft examples in the Software Developement
  27.        Kit didn't make it appear any easier either -- so I simply
  28.        omitted Help from my programs.  There were a few "shareware"
  29.        programs that came out that were supposed to make it "easier"
  30.        to write Help files - but didn't for me; and then there is
  31.        the professional WexTech package that I can't afford.  Then
  32.        it came to pass that you could buy Microsoft Word for Windows
  33.        for around $120 - too good a deal to pass up - and I remember
  34.        some cryptic line about using Word to generate Help files.  I
  35.        hoped the documentation for Word would shed some light on this
  36.        or someone would publish something to make it easier to catch
  37.        on to .... I didn't find anything.
  38.          If the information in this .hlp file makes it easier for just
  39.        one person to understand how to do Help files... then the small
  40.        amount of time I spent doing it will be worth it.
  41.  
  42. As with everything I've ever done in life - I'm not very adept at anything
  43. and most of the time I hurry things too much and make mistakes.  Please pass
  44. along any errors/bad judgement so I can correct things.
  45.  
  46. Richard Prince   compuserve 70612,1211
  47.